home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / scndrw20.zip / KIDS.BAT < prev    next >
DOS Batch File  |  1992-02-12  |  411b  |  28 lines

  1. @echo off
  2. :start
  3. REM cd\
  4. see kids 2
  5. if errorlevel 61 if not errorlevel 62 goto f3
  6. if errorlevel 60 if not errorlevel 61 goto f2
  7. if errorlevel 59 if not errorlevel 60 goto f1
  8. if errorlevel 27 if not errorlevel 28 goto end
  9. goto start
  10.  
  11. :f3
  12. cls
  13. REM Put your commands here
  14. goto start
  15.  
  16. :f2
  17. cls
  18. REM Put your commands here
  19. goto start
  20.  
  21. :f1
  22. cls
  23. REM Put your commands here
  24. goto start
  25.  
  26. :end
  27. menu
  28.